API Help
Eplan.EplApi.Starter Namespace / EplanFinder Class / GetInstalledEplanVersions Method / GetInstalledEplanVersions(List<EplanData>) Method
List to be filled with information about Eplan Versions currently installed on local machine.

In This Topic
    GetInstalledEplanVersions(List<EplanData>) Method
    In This Topic
    Get Eplan versions which are currently installed on local machine.
    Syntax
    public void GetInstalledEplanVersions( 
       ref List<EplanData> lEplanVersions
    )
    public:
    void GetInstalledEplanVersions( 
       List<EplanData>^% lEplanVersions
    ) 

    Parameters

    lEplanVersions
    List to be filled with information about Eplan Versions currently installed on local machine.
    Remarks
    Looks for 32 bit installations only
    See Also